home *** CD-ROM | disk | FTP | other *** search
/ Mesolore / Mesolore - Disc 1.iso / pc / data / Selden Search.dir / 00004_Script_4 < prev    next >
Text File  |  2001-03-05  |  380b  |  18 lines

  1. Global gSearchNew
  2. on exitFrame
  3.   repeat with x in[2,3,7,16]
  4.     if rollover(x) then
  5.       roll x
  6.     else
  7.       unroll x
  8.     end if
  9.   end repeat
  10.   if gSearchNew then 
  11.     set the member of sprite 2 = "new_x"
  12.     set the member of sprite 3 = "sr_n"
  13.   else
  14.     set the member of sprite 2 = "new_n"
  15.     set the member of sprite 3 = "sr_x"
  16.   end if
  17.   go the frame
  18. end